home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 07511000 / var0898.dms / var0898.adf / RADBack / RADBack.doc < prev    next >
Text File  |  1992-09-02  |  8KB  |  194 lines

  1.  
  2.    +-----------------------+                             ________
  3.   ||  |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯| |                          __|        |__
  4.   ||  |                  | |    /|              |\    __|        |__
  5.   ||  |                  | |   //|______________|\\   __|        |__
  6.   ||  |                  | |  //   ///   //  ///  \\  __|        |__
  7.   ||  |__________________| | //   /  / /  / /  /   \\ __|        |__
  8.   ||                       | \\  ///  //// /  /    // __|        |__
  9.   ||      +-------------+  |  \\/ \  /  / /// Back//  __|        |__
  10.   ||      | +--+        |  |   \\|¯¯¯¯¯¯¯¯¯¯¯¯¯¯|//   __|        |__
  11.   ||      | ||        |  |    \|       / /¯/  |/    __|        |__
  12.   ||      | ||        |  |         |/ /o/_/         __|        |__
  13.   \\======|=±==±========|==                             |________|
  14.  
  15.  
  16.  
  17. ^ General futures :
  18.  
  19.     RADBAck is a SHAREWARE utility which attempts to save (load)
  20.   the current content of RAD (the recoverable RAM disk by Commodore)
  21.   to (from) a disk in df0: - df3: by making a track-for-track copy.
  22.   It also works with KICK2.0's FastFileSystem.
  23.  
  24.     RADBack can be used for smaller RAD-s (like compiler includes) as well
  25.   as for bigger RAD-s (since a normal Amiga floppy-disk can hold up to 80
  26.   cylinders, RADBack will split the content of a bigger RAD on more disks -
  27.   you will be informed about the disk nr. before the copy starts).
  28.     If more than 1 disk is needed for the backup, the disk with the root
  29.   block is being saved first, so RADBack can keep a minimum track of the
  30.   loading order by checking the first disk (use the NOINFO option to disable
  31.   this checking).
  32.  
  33.     You can of course copy any Amiga disk to RAD with 80 cylinders (the
  34.   HIGHCYL value in your MountList must be set to 79). Be sure to assign
  35.   all the directories from the original disk to RAD if you only want to
  36.   use the RAD-copy.
  37.  
  38.     Saving a RAD, smaller than 80 cyls., will also consume a whole
  39.   disk (this limitation will be abolished in the next - bitmap supporting -
  40.   version; faster load(sav)ing, less disk usage, ...).
  41.  
  42.     Workbench users:
  43.   if you load a RAD disk before loading workbench, you might get a request
  44.   to insert the 'old_RAD_disk' in a drive. You can get get rid of this
  45.   request by typing the next command in your shell:
  46.         Assign <old_RAD_name> remove
  47.     You MUST 'relabel' RAD and remove the source disk first if the names of
  48.   the old and new RAD are equal (i.e. RAMB0:) !!!
  49.  
  50.   ***********
  51.   * Warning *
  52.   ***********
  53.     Saving RAD will irreversibly delete the previous contents of
  54.   the destination disk(s).
  55.  
  56.  
  57. ^ To use RADBack you need :
  58.  
  59.  -   a standard Amiga with at least Kick1.2
  60.  
  61.  
  62. ^ Installing RADBack :
  63.  
  64.  -   copy RADBack to your c: directory.
  65.  
  66.  
  67. ^ Using RADBack :
  68.  
  69.  -   it can be used from CLI as well as from the WorkBench.
  70.  
  71.  -   using RADBack from CLI:
  72.  
  73.        RADBack LOAD|SAVE [OPTIONS] (the OPTIONS are listed below)
  74.  
  75.  -   using RADBack from WorkBench:
  76.  
  77.          Double-click your RADBack icon. I suggest you to use two
  78.        project icons (one for loading and one for saving) - with the
  79.        Default Tool set to c:RADBack (click the RADBack icon once,
  80.        select the 'Info' item from the 'Workbench' menu and type
  81.        'c:RADBack' in the Default Tool's window. If nothing happens
  82.        after selecting 'Info' you'll probably have to copy the
  83.        info.library in your LIBS: directory). 
  84.          You can also use the icons included on this disk in the
  85.        RADBack directory if you change their Default Tool's directory.
  86.  
  87.          To set the options, you'll have to add some ToolTypes
  88.        (click the RADBack icon once and select the 'Info' item
  89.        from the 'Workbench' menu (in WB 2.0 the 'Information...' item
  90.        from the 'Icons'menu). Now add a Tool Type (click ADD)
  91.        and type :
  92.  
  93.        - WB_ARGS:
  94.           use the CLI arguments.
  95.           (WB_ARGS=LOAD|SAVE [OPTIONS])
  96.  
  97.        - WINDOW:
  98.           opens a window with your own specifications instead of the
  99.           default one.
  100.           (i.e.: WINDOW=CON:0/0/704/564/An overscan window)
  101.  
  102.        - MOUNT:
  103.           is an equivalent to the CLI 'Mount' command which enables
  104.           you to mount a device before copying it. You MUST have the
  105.           'Run' (KICK 1.2/1.3) and 'Mount' (all KICKs) commands in your
  106.           c: directory to use this ToolType.
  107.           (i.e.: MOUNT=RAD:)
  108.  
  109.  - the RADBack LOAD OPTIONS are:
  110.  
  111.     - FROM                specify the drive to load from (DF0: - DF3:).
  112.                         If FROM isn't specified, RAD will first try to
  113.                         load from DF1: and if this fails from DF0:.
  114.  
  115.     - TO                  you only need to use this option if your
  116.                         RAD's name isn't 'RAD:'.
  117.  
  118.     - NOBOOT              use this option if you don't want to copy
  119.                         the disk's bootblock to RAD.
  120.  
  121.     - NOINFO              don't print out the info about the
  122.                         disk you want to load to RAD (also prevents
  123.                         a warning message if the disk in the FROM drive
  124.                         isn't a ROOT disk).
  125.  
  126.     - NOREQUEST           assume that the destination disk is already
  127.                         in the drive - no 'Insert source disk [1] ...'
  128.                         request. You will still receive a request for
  129.                         other disks if there is more than 1.
  130.  
  131.     - OLDROOT             don't copy the name and date from the source
  132.                         drive, so there will be no difference to AmigaDOS
  133.                         between the old and new RAD disk.
  134.  
  135.     - RESET               reset Amiga after loading RAD.
  136.  
  137.  - the RADBack SAVE OPTIONS are:
  138.  
  139.     - TO                  specify the drive to save to (DF0: - DF3:).
  140.                         If TO isn't specified, RAD will first try to
  141.                         save to DF1: and if this fails to DF0:.
  142.  
  143.     - FROM                you only need to use this option if your
  144.                         RAD's name isn't 'RAD:'.
  145.  
  146.     - VERIFY              verify the saved tracks (you should use this
  147.                         option if you're not saving to a preformatted disk).
  148.  
  149.  - Important note:
  150.      You can also use an abbrevations of a particular option (type
  151.    'RADBack ?' from CLI to list them) instead of the long version with
  152.    a small difference - while a space is expected between long options,
  153.    you must set a '-' before each short option. You can also put more
  154.    short options after a single '-' sign. The -f and -t option must
  155.    follow a '-' to prevent disk names interfering with other options.
  156.    See also the examples !!.
  157.      Anyway, i suggest you to be very careful when using the option
  158.    abbrevations, because RADBack doesn't check for invalid options yet.
  159.    Always read the first line, RADBack prints out (containing the source
  160.    and destination drives), to make sure that everything is o.k.
  161.  
  162.  - Examples:
  163.  
  164.       RADBack LOAD FROM DF2:
  165.    will try to load RAD from DF2:
  166.  
  167.       RADBack -bl -fDF3: "-tRAD 0:"
  168.    will try to load a RAD-device, named "RAD 0:" from DF3: and leave the
  169.    original boot sectors of "RAD 0:" untouched.
  170.  
  171.       RADBACK -s to DF0:
  172.    will try to save the content of RAD to the disk on DF0:.
  173.  
  174.       RADBack -lr
  175.    will try to load RAD from DF1:(DF0:) and then reset the Amiga.
  176.  
  177.  -  To break the load(sav)ing process, just press CTRL-C (to break the
  178.   program at the "Insert disk" request press CTRL-C and <RETURN>).
  179.  
  180.  
  181. ^ Distributing RADBack :
  182.   RADBack can be freely distributed without profit. If you find it
  183. useful please send me a contribution of 10 US$ or 15 DM (in cash) to:
  184.  
  185.                         Sandi Tomsic
  186.                         Thumova 21
  187.                         61211 Smartno
  188.                         SLOVENIA
  189.  
  190.   If you want to receive the latest versions of RADBack, add another
  191. 10 US$.
  192.  
  193.   Please also send your comments, suggestions, bug reports, ...
  194.